color-editor: don't call gtk_color_swatch_set_corner_radii()
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 8 Feb 2012 22:35:59 +0000 (17:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 21:36:58 +0000 (16:36 -0500)
It's going away.

gtk/gtkcoloreditor.c

index 8a9c21ce0e253d9f75dd0f56f14673d844f8d8c7..404b2b37c646e5e3fe3ae6f334cd5da6d0bf97df 100644 (file)
@@ -406,7 +406,6 @@ gtk_color_editor_init (GtkColorEditor *editor)
   /* Construct the main UI */
   editor->priv->swatch = swatch = gtk_color_swatch_new ();
   gtk_widget_set_sensitive (swatch, FALSE);
-  gtk_color_swatch_set_corner_radii (GTK_COLOR_SWATCH (swatch), 2, 2, 2, 2);
 
   editor->priv->entry = entry = gtk_entry_new ();
   g_signal_connect (entry, "activate", G_CALLBACK (entry_apply), editor);